home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / XCMDS&XFCNS / List XFCN's 1.1 / List XFCN's 1.1 / cards.xml < prev    next >
Text File  |  1994-03-28  |  20KB  |  454 lines

  1. card_7830.xml
  2. <?xml version="1.0" encoding="utf-8" ?>
  3. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  4. <card>
  5.     <id>7830</id>
  6.     <filler1>0</filler1>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <owner>2809</owner>
  11.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  12.     <content>
  13.         <layer>background</layer>
  14.         <id>3</id>
  15.         <text><span class="style8">temOfList(list,[lineDelimChar],keyItemNum[,itemDelimChar])</span><span class="style7">‚Ä¢    returns a list whose lines contain only one item from each line of the original list</span></text>
  16.     </content>
  17.     <content>
  18.         <layer>background</layer>
  19.         <id>9</id>
  20.         <text>current version: 1.1- fixed bug to handle empty list- itemDelimChar is now optional parameter</text>
  21.     </content>
  22.     <name>itemOfList</name>
  23.     <script></script>
  24. </card>
  25.  
  26.  
  27. card_7500.xml
  28. <?xml version="1.0" encoding="utf-8" ?>
  29. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  30. <card>
  31.     <id>7500</id>
  32.     <filler1>0</filler1>
  33.     <cantDelete> <false /> </cantDelete>
  34.     <showPict> <true /> </showPict>
  35.     <dontSearch> <false /> </dontSearch>
  36.     <owner>2809</owner>
  37.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  38.     <content>
  39.         <layer>background</layer>
  40.         <id>3</id>
  41.         <text><span class="style8">istNOTlist(list1,list2[,lineDelimChar,C|S|D])</span><span class="style7">‚Ä¢    returns the list which is the complement of the intersect of two lists‚Ä¢    the fourth parameter may include "C" for case-sensitive compares, "S" to indicate the lists are sorted, or "D" to indicate the lists are sorted in descending order‚Ä¢    the operation works faster on sorted lists‚Ä¢    even if lines appear more than once in either list, they will only appear once in the returned list</span></text>
  42.     </content>
  43.     <content>
  44.         <layer>background</layer>
  45.         <id>9</id>
  46.         <text>current version: 1.1- fixed bug to handle empty lists</text>
  47.     </content>
  48.     <name>listNOTlist</name>
  49.     <script></script>
  50. </card>
  51.  
  52.  
  53. card_7225.xml
  54. <?xml version="1.0" encoding="utf-8" ?>
  55. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  56. <card>
  57.     <id>7225</id>
  58.     <filler1>0</filler1>
  59.     <cantDelete> <false /> </cantDelete>
  60.     <showPict> <true /> </showPict>
  61.     <dontSearch> <false /> </dontSearch>
  62.     <owner>2809</owner>
  63.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  64.     <content>
  65.         <layer>background</layer>
  66.         <id>3</id>
  67.         <text><span class="style8">istORlist(list1,list2[,lineDelimChar,C|S|D])</span><span class="style7">‚Ä¢    returns the list which is the union of two lists‚Ä¢    the fourth parameter may include "C" for case-sensitive compares, "S" to indicate the lists are sorted, or "D" to indicate the lists are sorted in descending order‚Ä¢    the operation works faster on sorted lists‚Ä¢    even if lines appear more than once in either list, they will only appear once in the returned list</span></text>
  68.     </content>
  69.     <content>
  70.         <layer>background</layer>
  71.         <id>9</id>
  72.         <text>current version: 1.1- fixed bug to handle empty lists</text>
  73.     </content>
  74.     <name>listORlist</name>
  75.     <script></script>
  76. </card>
  77.  
  78.  
  79. card_7035.xml
  80. <?xml version="1.0" encoding="utf-8" ?>
  81. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  82. <card>
  83.     <id>7035</id>
  84.     <filler1>0</filler1>
  85.     <cantDelete> <false /> </cantDelete>
  86.     <showPict> <true /> </showPict>
  87.     <dontSearch> <false /> </dontSearch>
  88.     <owner>2809</owner>
  89.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  90.     <content>
  91.         <layer>background</layer>
  92.         <id>3</id>
  93.         <text><span class="style8">istANDlist(list1,list2[,lineDelimChar,C|S|D])</span><span class="style7">‚Ä¢    returns the list which is the intersect of two lists‚Ä¢    the fourth parameter may include "C" for case-sensitive compares, "S" to indicate the lists are sorted, or "D" to indicate the lists are sorted in descending order‚Ä¢    the operation works faster on sorted lists‚Ä¢    even if lines appear more than once in either list, they will only appear once in the returned list</span></text>
  94.     </content>
  95.     <content>
  96.         <layer>background</layer>
  97.         <id>9</id>
  98.         <text>current version: 1.1- fixed bug to handle empty lists</text>
  99.     </content>
  100.     <name>listANDlist</name>
  101.     <script></script>
  102. </card>
  103.  
  104.  
  105. card_6761.xml
  106. <?xml version="1.0" encoding="utf-8" ?>
  107. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  108. <card>
  109.     <id>6761</id>
  110.     <filler1>0</filler1>
  111.     <cantDelete> <false /> </cantDelete>
  112.     <showPict> <true /> </showPict>
  113.     <dontSearch> <false /> </dontSearch>
  114.     <owner>2809</owner>
  115.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  116.     <content>
  117.         <layer>background</layer>
  118.         <id>3</id>
  119.         <text><span class="style8">eastListLine(list[,lineDelimChar,C|N,keyItemNum,  itemDelimChar])</span><span class="style7">‚Ä¢    returns the number of the line with the least value‚Ä¢    third parameter may include "N" to indicate numeric data or "C" for case-sensitive comparisons‚Ä¢    if a keyItemNum is specified, only that item of each line will be examined</span></text>
  120.     </content>
  121.     <content>
  122.         <layer>background</layer>
  123.         <id>9</id>
  124.         <text>current version: 1.1- fixed bug to handle empty lists</text>
  125.     </content>
  126.     <name>leastListLine</name>
  127.     <script></script>
  128. </card>
  129.  
  130.  
  131. card_6637.xml
  132. <?xml version="1.0" encoding="utf-8" ?>
  133. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  134. <card>
  135.     <id>6637</id>
  136.     <filler1>0</filler1>
  137.     <cantDelete> <false /> </cantDelete>
  138.     <showPict> <true /> </showPict>
  139.     <dontSearch> <false /> </dontSearch>
  140.     <owner>2809</owner>
  141.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  142.     <content>
  143.         <layer>background</layer>
  144.         <id>3</id>
  145.         <text><span class="style8">reatestListLine(list[,lineDelimChar,N|C,keyItemNum,  itemDelimChar])</span><span class="style7">‚Ä¢    returns the number of the line with the greatest value‚Ä¢    third parameter may be "N" to indicate numeric data or "C" for case-sensitive comparisons‚Ä¢    if a keyItemNum is specified, only that item of each line will be examined</span></text>
  146.     </content>
  147.     <content>
  148.         <layer>background</layer>
  149.         <id>9</id>
  150.         <text>current version: 1.1- fixes bug to handle empty list</text>
  151.     </content>
  152.     <name>greatestListLine</name>
  153.     <script></script>
  154. </card>
  155.  
  156.  
  157. card_6398.xml
  158. <?xml version="1.0" encoding="utf-8" ?>
  159. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  160. <card>
  161.     <id>6398</id>
  162.     <filler1>0</filler1>
  163.     <cantDelete> <false /> </cantDelete>
  164.     <showPict> <true /> </showPict>
  165.     <dontSearch> <false /> </dontSearch>
  166.     <owner>2809</owner>
  167.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  168.     <content>
  169.         <layer>background</layer>
  170.         <id>3</id>
  171.         <text><span class="style8">nvertList(list[,lineDelimChar])</span><span class="style7">‚Ä¢    returns the same list in the opposite order</span></text>
  172.     </content>
  173.     <content>
  174.         <layer>background</layer>
  175.         <id>9</id>
  176.         <text>current version: 1.1- fixes bug to handle empty list</text>
  177.     </content>
  178.     <name>invertList</name>
  179.     <script></script>
  180. </card>
  181.  
  182.  
  183. card_5921.xml
  184. <?xml version="1.0" encoding="utf-8" ?>
  185. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  186. <card>
  187.     <id>5921</id>
  188.     <filler1>0</filler1>
  189.     <cantDelete> <false /> </cantDelete>
  190.     <showPict> <true /> </showPict>
  191.     <dontSearch> <false /> </dontSearch>
  192.     <owner>2809</owner>
  193.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  194.     <content>
  195.         <layer>background</layer>
  196.         <id>3</id>
  197.         <text><span class="style8">eplaceListLine(list,[lineDelimChar],newLine,lineNum)</span><span class="style7">‚Ä¢    returns the same list but with the contents of newLine replacing the contents of line lineNum‚Ä¢    much like saying "put newLine into line lineNum of myList" in HyperTalk‚Ä¢    if lineNum > 0, but the line doesn't already exist, the list will be extended to accommodate it, creating blank lines if necessary.</span></text>
  198.     </content>
  199.     <content>
  200.         <layer>background</layer>
  201.         <id>9</id>
  202.         <text>current version: 1.1- fixed bug to handle empty list or newLine</text>
  203.     </content>
  204.     <name>replaceListLine</name>
  205.     <script></script>
  206. </card>
  207.  
  208.  
  209. card_8115.xml
  210. <?xml version="1.0" encoding="utf-8" ?>
  211. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  212. <card>
  213.     <id>8115</id>
  214.     <filler1>0</filler1>
  215.     <cantDelete> <false /> </cantDelete>
  216.     <showPict> <true /> </showPict>
  217.     <dontSearch> <false /> </dontSearch>
  218.     <owner>2809</owner>
  219.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  220.     <content>
  221.         <layer>background</layer>
  222.         <id>3</id>
  223.         <text><span class="style8">emoveListLine(list,[lineDelimChar],lineNum)</span><span class="style7">‚Ä¢    returns the same list but with line lineNum removed‚Ä¢    much like saying "delete line n of myList" in HyperTalk‚Ä¢    lineNum specifies which line of the list to remove</span></text>
  224.     </content>
  225.     <content>
  226.         <layer>background</layer>
  227.         <id>9</id>
  228.         <text>current version: 1.1- fixed bug to handle empty list</text>
  229.     </content>
  230.     <name>removeListLine</name>
  231.     <script></script>
  232. </card>
  233.  
  234.  
  235. card_5650.xml
  236. <?xml version="1.0" encoding="utf-8" ?>
  237. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  238. <card>
  239.     <id>5650</id>
  240.     <filler1>0</filler1>
  241.     <cantDelete> <false /> </cantDelete>
  242.     <showPict> <true /> </showPict>
  243.     <dontSearch> <false /> </dontSearch>
  244.     <owner>2809</owner>
  245.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  246.     <content>
  247.         <layer>background</layer>
  248.         <id>3</id>
  249.         <text><span class="style8">nsertListLine(list,[lineDelimChar],newLine,beforeLineNum)</span><span class="style7">‚Ä¢    returns the same list but with the contents of newLine (& a line delimiter) inserted before a given line‚Ä¢    much like saying "put newLine & return before line lineNum of myList" in HyperTalk‚Ä¢    if beforeLineNum > 0, but the line doesn't already exist, the list will be extended to accommodate it, creating blank lines if necessary.</span></text>
  250.     </content>
  251.     <content>
  252.         <layer>background</layer>
  253.         <id>9</id>
  254.         <text>current version: 1.1- fixed bug so new line could be added immediately after existing list- fixed bug to handle empty list or newline</text>
  255.     </content>
  256.     <name>insertListLine</name>
  257.     <script></script>
  258. </card>
  259.  
  260.  
  261. card_5465.xml
  262. <?xml version="1.0" encoding="utf-8" ?>
  263. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  264. <card>
  265.     <id>5465</id>
  266.     <filler1>0</filler1>
  267.     <cantDelete> <false /> </cantDelete>
  268.     <showPict> <true /> </showPict>
  269.     <dontSearch> <false /> </dontSearch>
  270.     <owner>2809</owner>
  271.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  272.     <content>
  273.         <layer>background</layer>
  274.         <id>3</id>
  275.         <text><span class="style8">hichListLine(list,[lineDelimChar],theLine[,C|S|D|N,   keyItemNum,itemDelimChar])</span><span class="style9"></span><span class="style7">‚Ä¢    returns the line number on which the contents of theLine were found‚Ä¢    the fourth parameter may include "C" for case-sensitive compares, "S" to indicate that the list is sorted, or "D" to indicate that the list is sorted in descending order, or "N" to indicate that the data of interest are numeric‚Ä¢    if theLine appears more than once in the list, the location of the first occurrence (from the top) will be returned‚Ä¢    if the list is not sorted, and theLine is not found in the list, the function returns 0‚Ä¢    if the list is sorted, and theLine is not found, the function returns a negative value which indicates which line theLine should be inserted before to be in order‚Ä¢    keyItemNum can be used to restrict the comparison of theLine to only one item within each line of the list. In this case theLine should not contain a whole line, but just the item of interest.‚Ä¢    if you indicate that the list is sorted, and use a key field, or indicate case-sensitive or numeric data, make sure the list is sorted by those same criteria, otherwise the results will not necessarily make sense</span></text>
  276.     </content>
  277.     <content>
  278.         <layer>background</layer>
  279.         <id>9</id>
  280.         <text>current version: 1.1- bug fix to handle empty list or line number</text>
  281.     </content>
  282.     <name>whichListLine</name>
  283.     <script></script>
  284. </card>
  285.  
  286.  
  287. card_5288.xml
  288. <?xml version="1.0" encoding="utf-8" ?>
  289. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  290. <card>
  291.     <id>5288</id>
  292.     <filler1>0</filler1>
  293.     <cantDelete> <false /> </cantDelete>
  294.     <showPict> <true /> </showPict>
  295.     <dontSearch> <false /> </dontSearch>
  296.     <owner>2809</owner>
  297.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  298.     <content>
  299.         <layer>background</layer>
  300.         <id>3</id>
  301.         <text><span class="style8">ortList(list[,lineDelimChar,C|N|D,keyItemNum,itemDelimChar)</span><span class="style7">‚Ä¢    returns a sorted list‚Ä¢    the third parameter may include "C" for case-sensitive sorting, "N" for numeric sorting (so that 100 > 20), or "D" to sort in descending order‚Ä¢    keyItemNum may be used to indicate which item of each line should be used for the sort</span></text>
  302.     </content>
  303.     <content>
  304.         <layer>background</layer>
  305.         <id>9</id>
  306.         <text>current version: 1.1- fixed major bug which caused sorted order to be incorrect in some cases (sorry!)- fixed bug to handle empty list</text>
  307.     </content>
  308.     <name>sortList</name>
  309.     <script></script>
  310. </card>
  311.  
  312.  
  313. card_4921.xml
  314. <?xml version="1.0" encoding="utf-8" ?>
  315. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  316. <card>
  317.     <id>4921</id>
  318.     <filler1>0</filler1>
  319.     <cantDelete> <false /> </cantDelete>
  320.     <showPict> <true /> </showPict>
  321.     <dontSearch> <false /> </dontSearch>
  322.     <owner>2809</owner>
  323.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  324.     <content>
  325.         <layer>background</layer>
  326.         <id>3</id>
  327.         <text><span class="style8">thListLine(list,[lineDelimChar],lineNum)</span><span class="style9"></span><span class="style7">‚Ä¢    returns the nth line of a list‚Ä¢    much like saying "line n of myList" in HyperTalk‚Ä¢    lineNum specifies which line of the list to return‚Ä¢    the contents of the nth line are returned without the trailing delimiter character</span></text>
  328.     </content>
  329.     <content>
  330.         <layer>background</layer>
  331.         <id>9</id>
  332.         <text>current version: 1.1- fixes bug to handle empty list</text>
  333.     </content>
  334.     <name>nthListLine</name>
  335.     <script></script>
  336. </card>
  337.  
  338.  
  339. card_4828.xml
  340. <?xml version="1.0" encoding="utf-8" ?>
  341. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  342. <card>
  343.     <id>4828</id>
  344.     <filler1>0</filler1>
  345.     <cantDelete> <false /> </cantDelete>
  346.     <showPict> <true /> </showPict>
  347.     <dontSearch> <false /> </dontSearch>
  348.     <owner>2809</owner>
  349.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  350.     <content>
  351.         <layer>background</layer>
  352.         <id>3</id>
  353.         <text><span class="style8">umListItems(list[,lineDelimChar])</span><span class="style9"></span><span class="style7">‚Ä¢    returns the number of lines in a list‚Ä¢    much like saying "the number of lines in myList" in HyperTalk</span></text>
  354.     </content>
  355.     <content>
  356.         <layer>background</layer>
  357.         <id>9</id>
  358.         <text>current version: 1.0</text>
  359.     </content>
  360.     <name>numListLines</name>
  361.     <script></script>
  362. </card>
  363.  
  364.  
  365. card_4597.xml
  366. <?xml version="1.0" encoding="utf-8" ?>
  367. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  368. <card>
  369.     <id>4597</id>
  370.     <filler1>0</filler1>
  371.     <cantDelete> <false /> </cantDelete>
  372.     <showPict> <true /> </showPict>
  373.     <dontSearch> <false /> </dontSearch>
  374.     <owner>2809</owner>
  375.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  376.     <content>
  377.         <layer>background</layer>
  378.         <id>3</id>
  379.         <text>‚Ä¢    these are all XFCN's, so they all return a value to HyperCard‚Ä¢    the first parameter is always the list container‚Ä¢    the second parameter is usually the list delimiter character‚Ä¢    optional parameters are indicated in square brackets‚Ä¢    note that some optional parameters may be left empty so that default values will be used, but not missing altogether‚Ä¢    the default line delimiter character (lineDelimChar) is "return"‚Ä¢    the default item delimiter character is "comma"‚Ä¢    although it is not a required feature of lists passed to these XFCN's, some of the functions internally require a final line delimiter character as the last character of the list. They will ensure that this final character is there before proceeding, and as a matter of consistency, all lists returned by these functions will have a final line delimiter character attached.‚Ä¢    where it is an option, case-sensitive comparisons for sorting & matching are always faster‚Ä¢    passing "!" as the first parameter to these XFCN's will return my copyright notice, and "?" will return the syntax. Passing incorrect numbers of parameters may also cause the XFCN to return the syntax</text>
  380.     </content>
  381.     <name>General Details</name>
  382.     <script></script>
  383. </card>
  384.  
  385.  
  386. card_4098.xml
  387. <?xml version="1.0" encoding="utf-8" ?>
  388. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  389. <card>
  390.     <id>4098</id>
  391.     <filler1>0</filler1>
  392.     <cantDelete> <false /> </cantDelete>
  393.     <showPict> <true /> </showPict>
  394.     <dontSearch> <false /> </dontSearch>
  395.     <owner>2809</owner>
  396.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  397.     <content>
  398.         <layer>background</layer>
  399.         <id>3</id>
  400.         <text>Internet mail:    dward@oise1.oise.on.caEarth mail:   Doug Ward   20 Page St.     Toronto, Ontario     M6G 1J2Even if you don't want to send me money (although I do expect you to respect the shareware terms I described in "Legal Stuff"), I'd like to get feedback about these XFCN's. Please report any bugs, confusion, suggestions, or desires to me.If you want to purchase my source code for learning (non-commercial) purposes, make me an offer.</text>
  401.     </content>
  402.     <name>How to Contact me</name>
  403.     <script></script>
  404. </card>
  405.  
  406.  
  407. card_4051.xml
  408. <?xml version="1.0" encoding="utf-8" ?>
  409. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  410. <card>
  411.     <id>4051</id>
  412.     <filler1>0</filler1>
  413.     <cantDelete> <false /> </cantDelete>
  414.     <showPict> <true /> </showPict>
  415.     <dontSearch> <false /> </dontSearch>
  416.     <owner>2809</owner>
  417.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  418.     <content>
  419.         <layer>background</layer>
  420.         <id>3</id>
  421.         <text>   These XFCN's are shareware, and ¬©1993, Doug Ward, Active Window. You are free to muck around with them for your own use as much as you wish, free of charge. You may also freely distribute this package as long as this documentation is passed along with the XFCN's.   If you want to distribute any or all of them in your own non-commercial stack or other product, you must pay me a $15 fee, and display my copyright notice in your work. If you want to distribute any or all of these XFCN's in or with a commercial product, you can contact me to arrange a licence to do so.</text>
  422.     </content>
  423.     <name>Legal Stuff</name>
  424.     <script></script>
  425. </card>
  426.  
  427.  
  428. card_2844.xml
  429. <?xml version="1.0" encoding="utf-8" ?>
  430. <!DOCTYPE card PUBLIC "-//Apple, Inc.//DTD card V 2.0//EN" "" >
  431. <card>
  432.     <id>2844</id>
  433.     <filler1>0</filler1>
  434.     <cantDelete> <false /> </cantDelete>
  435.     <showPict> <true /> </showPict>
  436.     <dontSearch> <false /> </dontSearch>
  437.     <owner>2809</owner>
  438.     <link rel="stylesheet" type="text/css" href="stylesheet_3176.css" />
  439.     <content>
  440.         <layer>background</layer>
  441.         <id>3</id>
  442.         <text><span class="style7">  I wrote these XFCN's to provide a simple and versatile programming interface for manipulating text lists in HyperCard.   For the purposes of these XFCN's, </span><span class="style2">lists</span><span class="style7"> are composed of </span><span class="style2">lines</span><span class="style7"> which may be composed of multiple </span><span class="style2">items</span><span class="style7">. By default, lines and items correspond to HyperTalk's line and item chunks ‚Äî i.e. lines are delimited by return characters and items are delimited by commas ‚Äî but you may use any single character to delimit lines or items (of course, not the same character for both). This gives you more flexibility as a programmer, allowing you to do things like embed lists within lists.This is version 1.1 which fixes some minor and major bugs.</span></text>
  443.     </content>
  444.     <content>
  445.         <layer>background</layer>
  446.         <id>9</id>
  447.         <text>Version 1.1 of this stack includes version 1.1 of almost all of the XFCN's.This version fixes a few minor annoying bugs, and one major one in the sortList XFCN.To view the version histories for the various individual XFCN's, click the version button on the card of interest, or choose "Version History" from the XFCN's menu.</text>
  448.     </content>
  449.     <name>The Package</name>
  450.     <script></script>
  451. </card>
  452.  
  453.  
  454.